FolderItem.AbsolutePath Property

Syntax

AbsolutePath as String


The full path to the FolderItem. On Windows, the pathname ends with a trailing backslash; on Macintosh, the pathname ends with a trailing colon; on Linux the pathname ends with a forward slash.
When accessing a drive on Windows that you do not have permissions for or does not exist, AbsolutePath has no trailing slash.

For example, "a:" is a floppy drive with no disk, "a:\" has a disk.